reflect.abiDesc.stackPtrs (field)
6 uses
reflect (current package)
abi.go#L348: stackPtrs *bitVector
makefunc.go#L63: stack: abi.stackPtrs,
makefunc.go#L117: stack: abi.stackPtrs,
type.go#L3090: ptrdata: uintptr(abi.stackPtrs.n) * goarch.PtrSize,
type.go#L3092: if abi.stackPtrs.n > 0 {
type.go#L3093: x.gcdata = &abi.stackPtrs.data[0]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)